home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / fileutil / tar-1.12.tar.gz / tar-1.12.tar / tar-1.12 / ChangeLog < prev    next >
Text File  |  1997-04-25  |  28KB  |  825 lines

  1. 1997-04-25  Franτois Pinard  <pinard@iro.umontreal.ca>
  2.  
  3.     * Release 1.12.
  4.  
  5.     * configure.in: Check for the inline keyword.
  6.  
  7. 1997-04-24  Franτois Pinard  <pinard@iro.umontreal.ca>
  8.  
  9.     * Makefile.am (BABYL): Delete admin/RMAIL, renamed rmail/announce.
  10.  
  11.     * PORTS: New file.
  12.     (EXTRA_DIST): Adjusted.
  13.  
  14. 1997-04-23  Franτois Pinard  <pinard@iro.umontreal.ca>
  15.  
  16.     * BI-PATCHES: Patches for Bison 1.25.
  17.     * Makefile.am (EXTRA_DIST): Adjusted.
  18.  
  19.     * configure.in (AC_PROG_INSTALL): Call deleted.  AM_INIT_AUTOMAKE
  20.     takes care of this already.
  21.  
  22. 1997-04-22  Franτois Pinard  <pinard@iro.umontreal.ca>
  23.  
  24.     * Prerelease 1.11q.
  25.  
  26.     * configure.in: Use gethostent instead of gethostbyname while
  27.     checking for -lnsl.  It seems SINIX systems require this.
  28.     Reported by Bruno Haible.
  29.  
  30. 1997-04-19  Franτois Pinard  <pinard@iro.umontreal.ca>
  31.  
  32.     * acinclude.m4: New fp_WITH_INCLUDED_MALLOC macro.
  33.     * configure.in: Use it instead of the HP/UX test for GNU malloc.
  34.     Reported by Bruno Haible.
  35.  
  36. 1997-04-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  37.  
  38.     * Prerelease 1.11p.
  39.  
  40.     * acinclude.m4 (cl_FUNC_GMALLOC): New macro, yet still unused, as
  41.     it requires config.guess.  I have to think more about this.
  42.     Reported by Bruno Haible.
  43.  
  44. 1997-04-16  Franτois Pinard  <pinard@iro.umontreal.ca>
  45.  
  46.     * AC-PATCHES: Patches for Autoconf 2.12.
  47.     * AM-PATCHES: Patches for Automake 1.1n.
  48.     * Makefile.am (EXTRA_DIST): Adjusted.
  49.  
  50. 1997-04-15  Franτois Pinard  <pinard@iro.umontreal.ca>
  51.  
  52.     * configure.in: Ensure all cpp directives are left justified.
  53.     Reported by Kaveh R. Ghazi.
  54.  
  55. 1997-04-12  Franτois Pinard  <pinard@iro.umontreal.ca>
  56.  
  57.     * configure.in: Add fnmatch.o to LIBOBJS if AC_FUNC_FNMATCH
  58.     says no working copy was found.  This is not done automatically.
  59.     Reported by Bruno Haible, Bryant Fujimoto, John David Anglin,
  60.     Kaveh R. Ghazi, Laurent Caillat-Vallet, Sakai Kiyotaka and
  61.     Santiago Vila Doncel.
  62.  
  63. 1997-04-11  Franτois Pinard  <pinard@iro.umontreal.ca>
  64.  
  65.     * configure.in: Much simplify the -lsocket and -lnsl tests.
  66.     Reported by Larry Schwimmer.
  67.  
  68. 1997-04-11  Franτois Pinard  <pinard@iro.umontreal.ca>
  69.  
  70.     * Prerelease 1.11o.
  71.  
  72.     * configure.in: Do not check for gettimeofday anymore.
  73.  
  74.     * configure.in: Do not anymore blindly add -lnsl if gethostname
  75.     is found, nor -lsocket if setsockopt is found.    Instead, for
  76.     resolving setsockopt, try none, -lsocket, and -lsocket -lnsl,
  77.     in that order.    For resoving gethostbyname, try none, than -lnsl.
  78.     Reported by Ariel Faigon, Heiko Schlichting, Jean-Philippe
  79.     Martin-Flatin, John J. Szetela, John R. Vanderpool, Kaveh
  80.     R. Ghazi, Larry Schwimmer, Marcus Daniels, Mark Bynum and
  81.     Russell Cattelan.
  82.  
  83. 1997-04-10  Franτois Pinard  <pinard@iro.umontreal.ca>
  84.  
  85.     * configure.in: Define _GNU_SOURCE to get FNM_LEADIR_DIR, etc.
  86.     * acconfig.h: Document _GNU_SOURCE.
  87.     Reported by Andreas Jaeger, Becki Kain, Brendan Kehoe, David
  88.     N. Brown, J. Dean Brock, James V. DI Toro III, Jeffrey Mark
  89.     Siskind, Jⁿrgen Reiss, Paul Eggert, Roland McGrath, Rolf
  90.     Niepraschk, Roman Gollent, Thomas Bushnell n/BSG and Ulrich
  91.     Drepper.
  92.  
  93. 1997-03-26  Franτois Pinard  <pinard@iro.umontreal.ca>
  94.  
  95.     * configure.in (ALL_LINGUAS): Add it.
  96.  
  97. 1997-03-20  Franτois Pinard  <pinard@iro.umontreal.ca>
  98.  
  99.     * configure.in: Require Autoconf 2.12.
  100.  
  101. 1997-02-25  Franτois Pinard  <pinard@iro.umontreal.ca>
  102.  
  103.     * configure.in: Use AM_CONFIG_HEADER and AM_GNU_GETTEXT instead
  104.     of AC_CONFIG_HEADER and ud_GNU_GETTEXT.  Use AC_FUNC_FNMATCH
  105.     instead of AM_FUNC_FNMATCH. Do not take care anymore of stamp-h
  106.     in AC_OUTPUT, leave it to Automake.
  107.     * acinclude.m4: Replaced whole, from elsewhere.
  108.     * Makefile.am (EXTRA_DIST): Leave README-alpha to Automake.
  109.  
  110. 1997-02-12  Franτois Pinard  <pinard@iro.umontreal.ca>
  111.  
  112.     * configure.in: Delete README-alpha code, Automake handles it now.
  113.  
  114. 1996-11-18  Franτois Pinard  <pinard@iro.umontreal.ca>
  115.  
  116.     * Prerelease 1.11.14.
  117.  
  118.     * Makefile.am (BABYL): Add admin/RMAIL.
  119.  
  120.     * configure.in: Check for sys/buf.h, as BSD/OS.
  121.     Reported by Dan Reish.
  122.  
  123. 1996-11-09  Franτois Pinard  <pinard@iro.umontreal.ca>
  124.  
  125.     * configure.in: Replace a missing basename.
  126.     Reported by Bryant Fujimoto, Erick Branderhorst, Greg Black, John
  127.     David Anglin, John J. Szetela, Kaveh R. Ghazi, Kurt Jaeger, Marcus
  128.     Daniels, Santiago Vila Doncel and William Bader.
  129.  
  130. 1996-11-08  Franτois Pinard  <pinard@iro.umontreal.ca>
  131.  
  132.     * Prerelease 1.11.13.
  133.  
  134.     * configure.in: Replace a missing dirname.
  135.  
  136. 1996-10-07  Franτois Pinard  <pinard@iro.umontreal.ca>
  137.  
  138.     * configure.in: Clean out some macro calls made useless since
  139.     AM_INIT_AUTOMAKE implies them.
  140.  
  141. 1996-09-20  Franτois Pinard  <pinard@iro.umontreal.ca>
  142.  
  143.     * configure.in: Do not check anymore for regex.
  144.  
  145. 1996-09-19  Franτois Pinard  <pinard@iro.umontreal.ca>
  146.  
  147.     * Prerelease 1.11.12
  148.  
  149.     * configure.in: Check echo for newline suppression.
  150.  
  151. 1996-09-18  Franτois Pinard  <pinard@iro.umontreal.ca>
  152.  
  153.     * configure.in: Do not add open3.o to LIBOBJS anymore.
  154.  
  155. 1996-09-05  Franτois Pinard  <pinard@iro.umontreal.ca>
  156.  
  157.     * configure.in (ALL_LINGUAS): Add pl.
  158.  
  159. 1996-09-04  Franτois Pinard  <pinard@iro.umontreal.ca>
  160.  
  161.     * configure.in (AC_OUTPUT): Prepare tests/Makefile and tests/preset.
  162.     * Use AM_ version of fp_ macros.
  163.  
  164.     * Makefile.am (SUBDIRS): Add tests/.
  165.  
  166. 1996-07-18  Franτois Pinard  <pinard@iro.umontreal.ca>
  167.  
  168.     * Prerelease 1.11.11.
  169.  
  170.     * configure.in: Use AC_PREREQ(2.10).
  171.  
  172. 1996-07-16  Franτois Pinard  <pinard@iro.umontreal.ca>
  173.  
  174.     * configure.in (ALL_LINGUAS): Add nl.
  175.     Reported by Erick Branderhorst.
  176.  
  177. 1996-07-12  Franτois Pinard  <pinard@iro.umontreal.ca>
  178.  
  179.     * Prerelease 1.11.10.
  180.  
  181.     * configure.in (ALL_LINGUAS): Add ko and sl.
  182.  
  183. 1996-05-01  Franτois Pinard  <pinard@iro.umontreal.ca>
  184.  
  185.     * configure.in: Check for fsync, and linux/fd.h.
  186.     Reported by Marty Leisner.
  187.  
  188. 1996-04-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  189.  
  190.     * Makefile.am (EXTRA_DIST): New name for DIST_OTHERS.
  191.  
  192.     * configure.in (ALL_LINGUAS): Add no.
  193.  
  194.     * Makefile.am (BABYL): Consider rmail/* instead of rmail/*/*.
  195.  
  196. 1996-02-28  Franτois Pinard  <pinard@iro.umontreal.ca>
  197.  
  198.     * configure.in: Avoid PROGRAMS, instead use RMT to substitute rmt.
  199.     * Makefile.am (SUBDIRS): Use intl and po instead of @INTLSUB@ and
  200.     @POSUB@.
  201.  
  202.     * configure.in: Check for poll.h and stropts.h.
  203.     Check for nap, napms, poll, select and usleep.
  204.  
  205. 1996-02-12  Franτois Pinard  <pinard@iro.umontreal.ca>
  206.  
  207.     * Makefile.am: Remove CONFIG_HEADER, not required by Automake 0.29.
  208.     * configure.in: Temporarily remove a \ in AC_OUTPUT for automake.
  209.  
  210. 1996-02-03  Franτois Pinard  <pinard@iro.umontreal.ca>
  211.  
  212.     * configure.in: Check size of unsigned long (assume 32 bits if
  213.     cross-compiling) and long long (assume not available).
  214.  
  215. 1996-01-14  Franτois Pinard  <pinard@iro.umontreal.ca>
  216.  
  217.     * Makefile.am (AUTOMAKE_OPTIONS): Select gnits and dist-shar.
  218.     (dist-zoo): New goal, experimental for now.
  219.  
  220. 1996-01-07  Franτois Pinard  <pinard@iro.umontreal.ca>
  221.  
  222.     * Makefile.am:  Force distribution of BACKLOG.
  223.     Reported by Jonathan Thornburg.
  224.  
  225.     * Makefile.am: Declare BABYL.  Force distribution of AUTHORS
  226.     and rebox.el.  Add id, ID and dist-shar targets.  Add parts of
  227.     previous Makefile.in as FIXME comments.
  228.  
  229. 1995-12-30  Franτois Pinard  <pinard@iro.umontreal.ca>
  230.  
  231.     * configure.in: Ensure there is a link for libintl.h.
  232.     Reported by Daniel S. Barclay, G÷ran Uddeborg, Jonathan Thornburg,
  233.     Ken Raeburn and Minh Tran-Le.
  234.  
  235. 1995-12-29  Franτois Pinard  <pinard@iro.umontreal.ca>
  236.  
  237.     * Prerelease 1.11.9.
  238.  
  239.     * Makefile.am: New file.
  240.  
  241.     * configure.in: Decide if README-alpha should be distributed.
  242.     From Ulrich Drepper.
  243.  
  244. 1995-12-28  Franτois Pinard  <pinard@iro.umontreal.ca>
  245.  
  246.     * configure.in (AC_OUTPUT): Call sed for po/Makefile.in.
  247.  
  248.     * Makefile.in: Distribute ABOUT-NLS rather than NLS, and do not
  249.     distribute config.guess or config.sub anymore.
  250.  
  251.     * configure.in: Test for lchown.
  252.  
  253. 1995-12-19  Franτois Pinard  <pinard@iro.umontreal.ca>
  254.  
  255.     * configure.in: Prefer avoiding union wait, and use it only if
  256.     using int fails.  This turns around the previous test, as directly
  257.     checking for union wait is seemingly seeking for trouble.
  258.     Reported by Alan Bawden, Chris Arthur, Coranth Gryphon,
  259.     Jean-Philippe Martin-Flatin, Robert Bernstein and Tarang Kumar
  260.     Patel.
  261.  
  262.     * configure.in: Check for strerror, so lib/error.c will not try to
  263.     define sys_errlist in the case strerror is already provided.
  264.     Reported by Coranth Gryphon, Chris Arthur, David J. MacKenzie,
  265.     Erich Stefan Boleyn, Greg Black, Jason R. Mastaler, Michael
  266.     Innis Bushnell, Robert Bernstein, Santiago Vila Doncel, Skip
  267.     Montanaro and Thomas Krebs.
  268.  
  269.     * configure.in: Quote the selected shell.  I wonder why this
  270.     error did not show up before!
  271.  
  272.     * configure.in: Check <sys/tprintf.h> and <sys/device.h> for BSDi.
  273.     Reported by Chris Arthur and Skip Montanaro.
  274.  
  275. 1995-12-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  276.  
  277.     * configure.in: Be more systematic at caching test results.
  278.     Reported by Ulrich Drepper.
  279.  
  280.     * configure.in: While checking for remote tape header files, only
  281.     include <sgtty.h> if it was found to exist.
  282.  
  283.     * configure.in: Prefer #if to #ifdef while checking for open3.
  284.  
  285. 1995-11-30  Franτois Pinard  <pinard@iro.umontreal.ca>
  286.  
  287.     * configure.in: Check for net/errno.h and sys/inet.h, trying to
  288.     get EOPNOTSUPP defined.
  289.  
  290.     * configure.in: Check for sgtty.h.
  291.  
  292. 1995-11-06  Franτois Pinard  <pinard@iro.umontreal.ca>
  293.  
  294.     * acconfig.h: Document HAVE_STPCPY for the time being.  I do not
  295.     understand yet why this is mandatory: it should be automatic
  296.     from AC_CHECK_FUNCS(stpcpy) in aclocal.m4, through autoheader.
  297.  
  298.     * configure.in: Use fp_FUNC_FNMATCH, to get around non-working
  299.     versions on SCO Unix 3.2v4.2, and Solaris.
  300.     Reported by Chad Hurwitz, Dennis Pixton, Per Foreby, Richard
  301.     Westerik, Robert Weiner and Tom Tromey.
  302.  
  303. 1995-10-27  Franτois Pinard  <pinard@iro.umontreal.ca>
  304.  
  305.     * configure.in: Add /usr/bin/rcmd as a possible remote shell, as
  306.     this is the name used by SCO Unix 3.2.4.
  307.     Reported by Bela Lubkin and Rodney Brown.
  308.  
  309. 1995-07-23  Franτois Pinard  <pinard@iro.umontreal.ca>
  310.  
  311.     * configure.in: Adapt for GNU gettext 0.8.
  312.  
  313. 1995-07-10  Franτois Pinard  <pinard@iro.umontreal.ca>
  314.  
  315.     * Makefile.in (default): Define to all.
  316.  
  317. 1995-06-18  Franτois Pinard  <pinard@iro.umontreal.ca>
  318.  
  319.     * configure.in: For mknod, also include <sys/types.h> prior to
  320.     <sys/stat.h>, as Ultrix needs this.
  321.     Reported by Bruce Jerrick, Bryant Fujimoto, Conrad Hughes, Erich
  322.     Stefan Boleyn, Jason R. Mastaler, Joshua R. Poulson, Jurgen Botz,
  323.     Serge Granik, Simon Wright, Ulrich Drepper and Vince Del Vecchio.
  324.  
  325.     * configure.in: Replace execlp as needed (for Minix, mainly).
  326.  
  327.     * configure.in: Force compilation of lib/open3.c if required.
  328.     Clean out old NO_OPEN3 code.
  329.  
  330. 1995-06-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  331.  
  332.     * Release 1.11.8.
  333.  
  334.     * Makefile.in (DISTFILES): Distribute config.guess and config.sub.
  335.     Reported by Ulrich Drepper.
  336.  
  337.     * acconfig.h, aclocal.m4, configure.in: Last minutes
  338.     additions, and glimpses to the future gettext 0.6.1.
  339.     Reported by Ulrich Drepper.
  340.  
  341.     * acconfig.h: Document HAVE_MKNOD.
  342.     * configure.in: Test for mknod only once <sys/stat.h> included.
  343.     Reported by Alan Modra, Ray Dassen and Ulrich Drepper.
  344.  
  345.     * aclocal.m4: Test for re_rx_search instead of rx_compile, the
  346.     latter not being exported unless RX_WANT_RX_DEFS is defined.
  347.     Reported by Alan Modra.
  348.  
  349. 1995-06-15  Franτois Pinard  <pinard@iro.umontreal.ca>
  350.  
  351.     * Makefile.in (dist): Do not hide copying rule.
  352.  
  353.     * configure.in: Adjustments to NLS, so .sed scripts may now all
  354.     reside in intl/.
  355.  
  356. 1995-06-13  Franτois Pinard  <pinard@iro.umontreal.ca>
  357.  
  358.     * Makefile.in (pot): New goal, triggering po/tar.pot.
  359.  
  360. 1995-06-07  Franτois Pinard  <pinard@iro.umontreal.ca>
  361.  
  362.     * configure.in: Substitute POTFILES by contents of po/POTFILES.
  363.  
  364.     * configure.in: More adjustments for GNU gettext 0.6.
  365.     * config.guess, config.sub:  New files, all taken from gettext 0.6.
  366.  
  367. 1995-06-04  Franτois Pinard  <pinard@iro.umontreal.ca>
  368.  
  369.     * Makefile.in (check): New goal.
  370.  
  371. 1995-05-30  Franτois Pinard  <pinard@iro.umontreal.ca>
  372.  
  373.     * Makefile.in (DISTFILES): Do not distribute SUPPORT, now
  374.     integrated in the documentation.
  375.     Reported by Karl Berry.
  376.  
  377. 1995-05-28  Franτois Pinard  <pinard@iro.umontreal.ca>
  378.  
  379.     * configure.in: Check for isascii, not iascii.
  380.     Reported by Alan Modra, Bruno Haible and Greg McGary.
  381.  
  382. 1995-05-16  Franτois Pinard  <pinard@iro.umontreal.ca>
  383.  
  384.     * Prerelease 1.11.7.
  385.  
  386.     * Makefile.in (DISTFILES): Distribute NLS.
  387.     * configure.in, acconfig.h: Many adjustments for GNU gettext.
  388.  
  389. 1995-05-09  Franτois Pinard  <pinard@iro.umontreal.ca>
  390.  
  391.     * configure.in: Clean glocale out.
  392.     * Makefile.in (SUBDIRS): Add po.
  393.     * Makefile.in (pofile): New goal.
  394.  
  395. 1995-05-08  Franτois Pinard  <pinard@iro.umontreal.ca>
  396.  
  397.     * configure.in: Call ud_WITH_NLS, create intl/Makefile.in.
  398.     Compute size of unsigned short and unsigned int.
  399.  
  400.     * acconfig.h: Document ENABLE_NLS, HAVE_CATGETS and HAVE_GETTEXT.
  401.     * Makefile.in: Process intl subdirectory.
  402.  
  403.     * configure.in (LINGUAS): Add pt.
  404.     * src/pt.po: New file, for Portuguese.
  405.     Reported by Antonio Jose Coutinho.
  406.  
  407. 1995-03-19  Franτois Pinard  <pinard@iro.umontreal.ca>
  408.  
  409.     * configure.in: Remove GLOCALE, add LINGUAS, use fp_WITH_CATALOGS.
  410.     * acconfig.h: Add description for WITH_CATALOGS.
  411.  
  412. 1995-02-22  Franτois Pinard  <pinard@iro.umontreal.ca>
  413.  
  414.     * configure.in, Makefile.in: Replace `date' by `echo timestamp'.
  415.  
  416. 1995-02-19  Franτois Pinard  <pinard@iro.umontreal.ca>
  417.  
  418.     * Makefile.in: Support ID files.  Do not distribute TAGS.
  419.  
  420. 1995-02-05  Franτois Pinard  <pinard@iro.umontreal.ca>
  421.  
  422.     * Makefile.in (maintainer-clean): New name for realclean.
  423.  
  424. 1995-01-02  Franτois Pinard  <pinard@iro.umontreal.ca>
  425.  
  426.     * configure.in: Check for <sys/ioccom.h>.
  427.     Reported by Joseph E. Sacco.
  428.  
  429. 1995-01-01  Franτois Pinard  <pinard@iro.umontreal.ca>
  430.  
  431.     * Makefile.in (DISTFILES): Distribute SUPPORT, with *pre*-releases.
  432.  
  433. 1994-12-18  Franτois Pinard  <pinard@iro.umontreal.ca>
  434.  
  435.     * configure.in: Check for isascii.
  436.     Reported by Bruno Haible.
  437.  
  438. 1994-12-11  Franτois Pinard  <pinard@iro.umontreal.ca>
  439.  
  440.     * configure.in: Use fp_WITH_REGEX.
  441.     * acconfig.h: Document WITH_REGEX.
  442.  
  443. 1994-12-10  Franτois Pinard  <pinard@iro.umontreal.ca>
  444.  
  445.     * src/de.tt: New file, for German.
  446.     Reported by Ulrich Drepper.
  447.  
  448. 1994-12-03  Franτois Pinard  <pinard@iro.umontreal.ca>
  449.  
  450.     * Prerelease 1.11.6.
  451.  
  452.     * configure.in: Localize, adapting from how it is done in sharutils.
  453.  
  454.     * src/fr.tt: New file, for French.
  455.  
  456.     * configure.in, {,*/}Makefile.in, acconfig.h:
  457.     Rename PRODUCT to PACKAGE.
  458.  
  459. 1994-11-26  Franτois Pinard  <pinard@iro.umontreal.ca>
  460.  
  461.     * configure.in: Check for <libintl.h> and <locale.h>.
  462.  
  463. 1994-11-02  Franτois Pinard  <pinard@iro.umontreal.ca>
  464.  
  465.     * configure.in: Check for const only after having found possible
  466.     ANSIfying compiler flags, this is of no use to check it before.
  467.  
  468. 1994-11-01  Franτois Pinard  <pinard@iro.umontreal.ca>
  469.  
  470.     * {,*/}Makefile.in: Clean up, following those of GNU m4.  I will
  471.     not detail all the changes here.
  472.     * configure.in: Likewise.
  473.     * acconfig.h: Document PRODUCT and VERSION.
  474.  
  475. 1994-10-04  Franτois Pinard  <pinard@iro.umontreal.ca>
  476.  
  477.     * configure.in: Correct shell assignment for ac_cv_path_RSH.
  478.     Reported by Kaveh R. Ghazi.
  479.  
  480. 1994-09-14  Franτois Pinard  <pinard@iro.umontreal.ca>
  481.  
  482.     * Makefile.in: Cleanup...  Use subshells for all cd's.
  483.     (MDEFINES): Do not use $(INSTALL...), because ./install-sh will
  484.     not be relocated correctly.
  485.     (DISTFILES): Distribute install-sh, not install.sh.
  486.     (tags): Make only in lib and src.
  487.     (TAGS): Deleted.
  488.     (distclean, realclean): Remove config.status.
  489.     (distclean-local): Don't.
  490.     (*-recursive): Combine, use sed to strip -recursive in subgoals.
  491.     (Makefile): Have ./config.status create this Makefile only.
  492.     (stamp-h): Have ./config.status create config.h only.  Do not
  493.     create stamp-h here, it is now done from configure.
  494.     (stamp-h.in): Use date instead of touch.
  495.     * configure.in (AC_OUTPUT): Create stamp-h.
  496.  
  497. 1994-09-09  Franτois Pinard  <pinard@iro.umontreal.ca>
  498.  
  499.     * configure.in: Use fp_ macros for accessing aclocal.m4.  Revert
  500.     _OS_ macros to their previous names, to follow Autoconf.
  501.  
  502. 1994-09-08  Franτois Pinard  <pinard@iro.umontreal.ca>
  503.  
  504.     * configure.in: Delete AC_OS_XENIX, now within AC_HEADER_DIRENT.
  505.  
  506. 1994-09-01  Franτois Pinard  <pinard@iro.umontreal.ca>
  507.  
  508.     * configure.in (PROGS): Warn if $DEFAULT_ARCHIVE was specified,
  509.     while not being found on the current system.
  510.     Reported by Robert Bernstein.
  511.  
  512. 1994-08-31  Franτois Pinard  <pinard@iro.umontreal.ca>
  513.  
  514.     * Makefile.in: Distribute it.
  515.  
  516.     * Makefile.in (distclean-local): Delete config.log.
  517.  
  518. 1994-08-27  Franτois Pinard  <pinard@iro.umontreal.ca>
  519.  
  520.     * acconfig.h: Document HAVE_UNION_WAIT, no more in Autoconf.
  521.  
  522. 1994-08-24  Franτois Pinard  <pinard@iro.umontreal.ca>
  523.  
  524.     * configure.in: Replace AC_SYS_REMOTE_TAPE by its definition,
  525.     distillating it around.  It is going out of Autoconf.
  526.     Do not backslash quotes anymore while defining unquoted, this is
  527.     now corrected in Autoconf.
  528.  
  529. 1994-08-23  Franτois Pinard  <pinard@iro.umontreal.ca>
  530.  
  531.     * configure.in: Do not define RTAPELIB nor HAVE_RTAPELIB.
  532.  
  533. 1994-08-22  Franτois Pinard  <pinard@iro.umontreal.ca>
  534.  
  535.     Little cleanup in installation:
  536.     * configure.in: Do not check for wait3, this function is not used.
  537.     * Makefile.in: Remove useless RSH substitutions.
  538.  
  539.     * configure.in: Use `-g -O' instead of `-g' as CFLAGS default
  540.     value, when GNU C is being used.  Delay testing for presets.
  541.     Reported by Chris Arthur.
  542.  
  543. 1994-08-21  Franτois Pinard  <pinard@iro.umontreal.ca>
  544.  
  545.     * Prerelease 1.11.5.
  546.  
  547.     * Makefile.in (BACKLOG, dist, shar): Correct for when a different
  548.     build directory.
  549.  
  550.     * configure.in: Check for union wait.  Adapted from make 3.71.
  551.  
  552.     * configure.in: Replace both mkdir and rmdir, not just mkdir,
  553.     because NS32016 running SysVr2.2 has mkdir and lacks rmdir.
  554.     Reported by Greg Black.
  555.  
  556.     * configure.in: Do not try anymore to discover the archive device
  557.     by looking around for various device names.  If the installer does
  558.     not override it, nicely use `-' as a convenient default.
  559.     Reported by Andreas Schwab and Kaveh R. Ghazi.
  560.  
  561. 1994-08-20  Franτois Pinard  <pinard@iro.umontreal.ca>
  562.  
  563.     * configure.in: Correct a checking message.
  564.     Reported by Bruno Haible.
  565.  
  566. 1994-08-17  Franτois Pinard  <pinard@iro.umontreal.ca>
  567.  
  568.     * configure.in: Replace AC_PROG_RSH with its expansion.  Correct
  569.     the no/true confusion in tests.  Do not substitute RSH anymore in
  570.     src/Makefile, instead define REMOTE_SHELL in config.h.  Replace
  571.     NO_REMOTE by HAVE_RTAPELIB, with inverted meaning.  Substitute
  572.     RTAPELIB by $Urtapelib.o instead of rtapelib.o.
  573.     * acconfig.h: Document HAVE_RTAPELIB and REMOTE_SHELL.
  574.     Reported by Andreas Schwab.
  575.  
  576.     * configure.in: Checking for remote shell, use the RSH environment
  577.     variable if set.  This is done only when not already in the cache.
  578.     Reported by Kaveh R. Ghazi.
  579.  
  580.     * configure.in: Include <sys/types.h> when testing <utime.h>.
  581.     Reported by Andreas Schwab.
  582.  
  583.     * configure.in: Also create doc/Makefile.
  584.     * Makefile.in: Add doc in subdirs, set infodir, update MDEFINES.
  585.  
  586. 1994-08-16  Franτois Pinard  <pinard@iro.umontreal.ca>
  587.  
  588.     * configure.in: Undo the `test -b' patch of 1994-08-05.  Ultrix
  589.     4.2 test does not know about -b.  Grrr...
  590.     Reported by Kaveh R. Ghazi.
  591.  
  592.     * configure.in: Check for <sys/gentape.h>, HAVE_SYS_GENTAPE_H
  593.     is tested in rmt.c.  Check for <sys/tape.h>, to avoid playing
  594.     with M_UNIX anymore in rmt.c.
  595.     Reported by Daniel R. Guilderson and Kaveh R. Ghazi.
  596.  
  597.     * configure.in: Use proper function names in AC_CHECK_LIB's.
  598.     Reported by Alexander Dupuy and Kurt Jaeger.
  599.  
  600.     * configure.in: Use $LIBOBJS, not LIBOJBS, while adding to it.
  601.     Reported by Demizu Noritoshi and Kaveh R. Ghazi.
  602.  
  603. 1994-08-15  Franτois Pinard  <pinard@iro.umontreal.ca>
  604.  
  605.     * Prerelease 1.11.4.
  606.  
  607. 1994-08-14  Franτois Pinard  <pinard@iro.umontreal.ca>
  608.  
  609.     * configure.in: Decide MTIO_CHECK_FIELD by grepping <sys/mtio.h>.
  610.     * acconfig.h: Document it.
  611.     Reported by Ben A. Mesander.
  612.  
  613.     * Makefile.in: Substitute CC, INSTALL, INSTALL_PROGRAM,
  614.     INSTALL_DATA, RSH, CFLAGS, LDFLAGS, LIBS, prefix, exec_prefix,
  615.     binprefix, bindir and libexecdir.
  616.     (MDEFINES): New, using the previous substitutions.
  617.     (all, install, uninstall): Use it.
  618.     Reported by Bruno Haible.
  619.  
  620. 1994-08-13  Franτois Pinard  <pinard@iro.umontreal.ca>
  621.  
  622.     * configure.in: Check for <sys/wait.h>.
  623.  
  624. 1994-08-11  Franτois Pinard  <pinard@iro.umontreal.ca>
  625.  
  626.     * configure.in: For <utime.h>, also ensure struct utimbuf is
  627.     defined by the header file before defining HAVE_UTIME_H.  Some
  628.     systems will not define the structure without _POSIX_SOURCE.
  629.     * acconfig.h: Document HAVE_UTIME_H.
  630.     Reported by James W. McKelvey and Robert E. Brown.
  631.  
  632.     * configure.in: Instead of replacing strstr, check for it, so
  633.     HAVE_STRSTR gets defined, then replace it explicitely if required.
  634.  
  635. 1994-08-09  Franτois Pinard  <pinard@iro.umontreal.ca>
  636.  
  637.     * configure.in: Updated for Autoconf 2.0.
  638.  
  639. 1994-08-08  Franτois Pinard  <pinard@iro.umontreal.ca>
  640.  
  641.     * configure.in: Replace memset, mkdir (and rmdir), rename, strstr,
  642.     ftruncate, when not found.
  643.     Reported by Kaveh R. Ghazi (for memset and strstr).
  644.     Reported by Bruno Haible (for mkdir and rename).
  645.  
  646. 1994-08-05  Franτois Pinard  <pinard@iro.umontreal.ca>
  647.  
  648.     * configure.in: Remove padding test.
  649.     * acconfig.h: Remove PADDING_IN_TAR_HEADER.
  650.     Reported by Bruno Haible.
  651.  
  652.     * configure.in: While defining DEFAULT_ARCHIVE, check for a block
  653.     device, instead of mere existence.  But is `test -b' portable?
  654.     Test for /dev/fd0, instead of for /dev/fd.  Put rct tests last.
  655.     Reported by Andreas Schwab.
  656.  
  657.     * configure.in: Define uid_t and gid_t if necessary.
  658.     Reported by Jonathan I. Kamens.
  659.  
  660.     * Makefile.in (distclean-local): Delete config.cache.
  661.     Reported by Thomas Koenig.
  662.  
  663.     * configure.in: Change malloc_dbg to dmalloc, mutatis mutandi.
  664.     * acconfig.h: According changes.
  665.  
  666.     * configure.in: Test for broken stat macros, and for mkfifo.
  667.  
  668.     * configure.in: Check for ST_BLKSIZE and ST_BLOCKS.
  669.  
  670. 1994-08-02  Franτois Pinard  <pinard@iro.umontreal.ca>
  671.  
  672.     * Prerelease 1.11.3.
  673.  
  674.     * Makefile.in (dist, shar): Distribute the scripts directory.
  675.  
  676. 1994-08-01  Franτois Pinard  <pinard@iro.umontreal.ca>
  677.  
  678.     * configure.in: Check for <memory.h>.
  679.  
  680. 1994-07-30  Franτois Pinard  <pinard@iro.umontreal.ca>
  681.  
  682.     * configure.in: When --with-malloc-dbg, define WITH_MALLOC_DBG and
  683.     add -lmalloc_dbg to LIBS.
  684.     * acconfig.h: Document WITH_MALLOC_DBG.
  685.  
  686.     * configure.in: Try deciding DEVICE_PREFIX and DENSITY_LETTER from
  687.     the selected DEFAULT_ARCHIVE.
  688.     * acconfig.h: Document DEVICE_PREFIX and DENSITY_LETTER.
  689.     Reported by Danny R. Johnston.
  690.  
  691. 1994-07-29  Franτois Pinard  <pinard@iro.umontreal.ca>
  692.  
  693.     * aclocal.m4: Adapt AC_PROTOTYPES to caching.
  694.  
  695.     * Using configure as generated by a more recent Autoconf solves a
  696.     problem of rename being rejected on HP-UX in ANSI mode, because of
  697.     a conflicting prototype from <stdio.h>.  In this context, Autoconf
  698.     now uses ctype.c instead for defining __stub macros.
  699.     Reported by Alan Modra, Burkhard Plache, Edward Welbourne,
  700.     Henrik Bakman, Jeffrey Goldberg, Jim Farrell, Kimmy Posey,
  701.     Michael Maass, Mike Nolan, Richard Lloyd, Robert McGraw,
  702.     Robert W. Kim, Stefan Skoglund, Tarang Kumar Patel, Tilman
  703.     Schmidt, Tim Ramsey, Van Snyder and W. Phillip Moore.
  704.  
  705. 1994-07-26  Franτois Pinard  <pinard@iro.umontreal.ca>
  706.  
  707.     * configure.in: Check for <fcntl.h>.  Do not define BSD42, do
  708.     not look anymore if /vmunix, /sdmach or /../../mach exist.
  709.     * acconfig.h: Remove BSD42.
  710.  
  711. 1994-07-24  Franτois Pinard  <pinard@iro.umontreal.ca>
  712.  
  713.     * configure.in: Add gmalloc.o to LIBOBJS, instead of AC_SUBST'ing
  714.     MALLOC.  Check for valloc only if gmalloc.o is not being selected.
  715.     valloc was possibly defined both in "port.h" and GNU malloc.
  716.     * acconfig.h: Add a description for HAVE_VALLOC.
  717.     J.T. Conklin, Nelson H.F. Beebe and Tilman Schmidt.
  718.  
  719. 1994-07-22  Franτois Pinard  <pinard@iro.umontreal.ca>
  720.  
  721.     * configure.in: Use provided fnmatch only as a replacement.
  722.  
  723.     * configure.in: Check for <sys/io/trioctl.h>, needed for
  724.     defining _IOW and _IOR on the Tektronix XD88.
  725.     Reported by Kaveh R. Ghazi.
  726.  
  727. 1994-07-20  Franτois Pinard  <pinard@iro.umontreal.ca>
  728.  
  729.     * Makefile.in (BACKLOG): New goal, for summarizing the
  730.     maintainance backlog.  Distribute file BACKLOG.
  731.  
  732. 1994-07-08  Franτois Pinard  <pinard@iro.umontreal.ca>
  733.  
  734.     * regex.c, regex.h: Use newer versions.  This solves a few
  735.     problems reported by users.
  736.     Reported by Chris Hopps and John David Anglin.
  737.  
  738. 1994-07-06  Franτois Pinard  <pinard@iro.umontreal.ca>
  739.  
  740.     * configure.in: Check for <utime.h>.
  741.  
  742. 1994-07-05  Franτois Pinard  <pinard@iro.umontreal.ca>
  743.  
  744.     * configure.in:  Substitute DEFAULT_ARCHIVE and DEFAULT_BLOCKING
  745.     from the environment.  Check for /dev/tape first while trying to
  746.     decide the default archive, because it is often symlinked right.
  747.     * acconfig.h: Explain DEFAULT_ARCHIVE and DEFAULT_BLOCKING.
  748.  
  749.     * configure.in: Use AC_SET_MAKE.
  750.     * Makefile.in: Use @SET_MAKE@.
  751.     Reported by Jim Meyering.
  752.  
  753.     * configure.in: Integrate the check, previously in testpad.c,
  754.     about a needed padding field in the tar header struct.
  755.     * acconfig.h: Explain PADDING_IN_TAR_HEADER.
  756.  
  757. 1994-07-02  Franτois Pinard  <pinard@iro.umontreal.ca>
  758.  
  759.     * configure.in: Check for -linet, this library is required on
  760.     a few systems for gettimeofday() or getservbyname().  Also, on ISC
  761.     4.0, this avoids a broken version of rename().
  762.     Reported by Dean Gaudet, Goeran Uddeborg, Mike Rogers and
  763.     Peder Chr. Norgaard.
  764.  
  765.     * configure.in: Ensure -lsocket is tested after -lnsl.  This is
  766.     required in particular for SINIX-Z, an SVR4.0 system.
  767.     Reported by Manfred Weichel and Mark Frost.
  768.  
  769.     * configure.in: All tests reordered for clarity.
  770.  
  771. 1994-07-01  Franτois Pinard  <pinard@iro.umontreal.ca>
  772.  
  773.     * configure.in: Use AC_TIME_WITH_SYS_TIME, test for <sys/time.h>.
  774.     This should solve the problem of multiple inclusions of <time.h>.
  775.     Also, also check for <sys/timeb.h>, for getdate.y tests this.
  776.     Reported by Jim Meyering, John Rouillard, Karl Berry and Rick
  777.     Emerson.
  778.  
  779. 1994-06-30  Franτois Pinard  <pinard@iro.umontreal.ca>
  780.  
  781.     * configure.in: AC_CONST was already added since 1.11.2, but no
  782.     ChangeLog entry for it, so here is one, with list of reporters.
  783.     * AIX 3.2 RS/6000 IBM's compiler was unable to compile regex.c,
  784.     this might be solved already through improved Autoconf tests.
  785.  
  786.     Reported by Alexey Vovenko, Ben A. Mesander, Bryant
  787.     Fujimoto, Christian. T. Dum, Christopher Vickery, Dan Bloch,
  788.     David K. Drum, David Lemson, Demizu Noritoshi, Dimitris
  789.     Fousekis, Ezra Peisach, Hugh Secker-Walker, Indra Singhal,
  790.     J.T. Conklin, Jan Hoeglund, Janice Burton, Jeff Siegel,
  791.     Jim Blandy, John L. Chmielewski, John Rouillard, Jonathan
  792.     N. Sherman, Kevin D Quitt, Kurt Jaeger, Mark Frost, Matthew
  793.     Braun, Michael Kubik, Michael Helm, Moritz D. Klingholz,
  794.     Neil Jerram, Nelson H.F. Beebe, Nick Barron, Paul Eggert,
  795.     R. Scott Butler, Rob Parry, Ron Guilmette, Scott Grosch,
  796.     Sherwood and Stephen Saroff.
  797.  
  798.     * Makefile.in: Completely replaced, lurking at the previous one.
  799.     At the same time, solve a few minor problems reported by users.
  800.     The most frequently reported ones pertained to a trailing \ in a
  801.     comment, and rmt installing in /etc.
  802.     Reported by Dean Gaudet, Gerben Wierda, James W. McKelvey,
  803.     John L. Chmielewski, Karl Berry, Mike Rogers, Ralf Suckow and
  804.     Richard Lloyd.
  805.  
  806.     * configure.in: Also process lib/Makefile.in and src/Makefile.in.
  807.     Substitute CFLAGS, LDFLAGS and YFLAGS from the environment.
  808.     Use AC_CHECKING instead of using echo explicitely.
  809.     Use AC_HEADER_CHECK(unistd.h) instead of obsolete AC_UNISTD_H.
  810.  
  811.     * configure.in: Generate a configuration header file.  This not
  812.     only puts less clutter in make output, but also goes around some
  813.     compilers' limits about the number of allowed -D options.
  814.     Reported by Nelson H.F. Beebe.
  815.  
  816.     * acconfig.h: New file.
  817.  
  818.     * Split distribution into a few subdirectories, for easing
  819.     maintainance.  So far: src, lib, scripts, msdos which are to be
  820.     distributed; then rmail, texinfo, ARCH and misc to be kept here.
  821.     * scripts/ChangeLog: Initialized by moving entries related to
  822.     scripts out of this ChangeLog.
  823.  
  824.     * Taking over maintenance duties.
  825.